Nika
Nika
Refactored, added tests and libized the code. - Refactored the code, to use the bufio.Scanner instead of the getLine() user function. - Refactored the helper functions to use simpler mechanics....
I have a project that needs HTTPS in order for me to test locally. Is it possible to have an option in CodeKit to add a server **.pem** file and...
Hello github.com/njones/socketio users (and future users), As my commit history and issue updates indicate, I took an unannounced break from the project over the past year due to burnout. I...
Currently the SocketID has a generated prefix from one source. In order to allow custom prefixes the ID should contain two parts the ID and the Prefix. This way there...
# **Proposal:** Adding a SocketIO Client **Author(s):** Nika Jones (@njones) **Last updated:** 2022-Aug-27 ## Abstract The SocketIO library should have a client developed alongside the server. This will allow backend...
While the SIO server tests will cover most EIO server functionality, we currently have this much covered: ``` ok github.com/njones/socketio/engineio 0.004s coverage: 2.3% of statements ``` Uhh, no comment.
As it stands we currently have this much coverage: ``` ok github.com/njones/socketio/engineio/transport 0.033s coverage: 46.0% of statements ``` More can be added.