You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Representation of a news room for publishing/displaying game updates
A) News Items:
-- news blurb
-- twitter digest (140 characters less "#news " hashtag)
-- date
-- author / poster (or treat all as game news, and not a blog, also good)
B) REST API for adding/retrieving news items
-- POST news (see A), results in further NodeRED push of news digest to twitter
(link back to news item)
C) WebSocket endpoint (room impl) to display news within the game
-- commands to view newspaper, notice board, ... something
D) WebFrontEnd for news (creating and displaying)
The text was updated successfully, but these errors were encountered:
Representation of a news room for publishing/displaying game updates
A) News Items:
-- news blurb
-- twitter digest (140 characters less "#news " hashtag)
-- date
-- author / poster (or treat all as game news, and not a blog, also good)
B) REST API for adding/retrieving news items
-- POST news (see A), results in further NodeRED push of news digest to twitter
(link back to news item)
C) WebSocket endpoint (room impl) to display news within the game
-- commands to view newspaper, notice board, ... something
D) WebFrontEnd for news (creating and displaying)
The text was updated successfully, but these errors were encountered: