codeluaeveryday Posted October 17, 2014 Share Posted October 17, 2014 Hey, I already know about the Sockets Module, but I'd like to request an official import of the sockets module for the server side. I am in need of a real-time method to connect to my server, and this can give me the greatest flexibility while programming. I've just finished a pretty cool project and I'd like to release it to the community for free, I just need to make the distribution easier for novice users... Link to comment
Woovie Posted October 22, 2014 Share Posted October 22, 2014 Use sockets. Or use the fetch functions. Link to comment
codeluaeveryday Posted October 22, 2014 Author Share Posted October 22, 2014 Using fetch would be a bit more in-efficient than what I'm doing with sockets, also a lot more insecure. I kind of care a lot about security and it's probably best if I avoid making this. It's the secure way, or no way. Link to comment
Recommended Posts