Onionr/src/apiservers
Kevin Froman 9b2aa63846 Merge branch 'master' of https://github.com/0Gitnick/onionr 2019-12-01 01:37:35 -06:00
..
private Merge branch 'master' of https://github.com/0Gitnick/onionr 2019-12-01 01:37:35 -06:00
public renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
README.md renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
__init__.py work on onboarding and pep8 compliance. re-worded about 2019-11-26 18:01:32 -06:00

README.md

API Servers

Contains the WSGI servers Onionr uses for remote peer communication and local daemon control

Files

  • __init__.py: Exposes the server classes
  • private: Contains the client API (the server used to interact with the local Onionr daemon, and view the web UI)
  • public: Contains the public API (the server used by remote peers to talk to our daemon)