dav-s / SpeedRunTimersWebsite

A Flask website for my project code-named "SpeedRunTimers"
1 stars 1 forks source link

Port node to Python #3

Open dav-s opened 10 years ago

dav-s commented 10 years ago

It seems overkill to have a node server running alongside the website. Thinking about using Flask-SocketIO instead of node with Socket.IO. I had limitations earlier, due to the difficulty with installation of dependencies on a school laptop, but now it should be fine. Code will probably be nicer/more consistent than the hacky, last-minute code that I threw together to finish the project. If this is implemented, I can remove the api key system. One caveat is that, to my knowledge, I would not be able to host on Python anywhere.

dav-s commented 10 years ago

Also the fact that I couldn't run gunicorn on Windows was a problem. I use a Unix system now, but I still might run into some issues.