Skip to content

Create Python server capable of accepting TCP connections and placing objects in MongoDB #8

@clcain

Description

@clcain

Create a Python server that will have an open socket on port 8266. Whenever a new client initiates a TCP connection, the server should start a new thread to process all traffic on that connection. Any JSON objects that come through the connection should be sent to 'test-database.clients' collection.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions