Skip to content

App needs server to run #2

@DylanBulmer

Description

@DylanBulmer

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions