Update README.md

This commit is contained in:
2023-12-05 02:10:41 +00:00
parent d3586f8cab
commit 5524cabab4
+7 -1
View File
@@ -10,7 +10,7 @@
6. Show map widget for airport chosen using latitude and longitude from autocomplete chosen airport. Use this map api https://openlayers.org/doc/quickstart.html
7. Create a widget that calculate the distance from artic circle to airport https://stackoverflow.com/questions/27928/calculate-distance-between-two-latitude-longitude-points-haversine-formula
8. Use bootstrap 4 for ui
8. Use bootstrap 4/tailwindcss for ui
9. Create db table called analytic (id, create_at, widget_name, browser_type, ). Everytime user clicks on a widget, call api /analytic and send the widget name to log it in the db.
@@ -36,6 +36,12 @@ https://javascript.info/long-polling
https://www.technouz.com/4879/long-polling-explained-with-an-example/
Redis:
https://redis.io/docs/connect/clients/nodejs/
https://www.npmjs.com/package/redis
In demo what should happen:
If I open 2 browsers to /chat, both users should connect to chat room. Use redis to store state of chatroom.
Have basic html ui showing the chat log using UL and single input box with send button to send messages.