diff --git a/README.rst b/README.rst index 690346c..7912016 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,23 @@ +**Use Alternatives Instead** +============================ + +pynetworktables2js was created when web browsers could not support networktables. +Now with networktables 4 (NT4), web browsers can directly talk to networktables servers. +pynetworktables2js should no longer be used. + +Alternatives include: + +- `nt4.js `__ - A pure javascript library for an NT4.1 client +- `ntcore-ts-client `__ - A typescript library for an NT4.0 client +- `ntcore-react `__ - A typescript library for using networktables with React + + +----------------- + +----------------- + +----------------- + pynetworktables2js ==================