-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Issue:
To run the application, you have to have the server running and the server URL is hard-coded into the app.
Goal:
- Rebuild the app so all of the pages are on the client, not through the server
- This will reduce server lag in further development and will not confuse the end-user
Steps to achieve goal:
- Start app from scratch
- Build initial page for app that asks for URL of the server
- Use AJAX to communicate with the server
- Go to login page
- Send login credentials with AJAX
- Server responds with either success or error code/message; if error try again
- On Login Success go to the "Chat App"
- Use Socket.IO to keep a connection between client and server
Reactions are currently unavailable