Защо кодът на задача 1. Messenger не работи в браузъра?
https://pastebin.com/dtaLzE71 Това е моето решение, което направих като гледах упражнението.
Ето и условието на задачата:
1.Messenger
Write a JS program that records and displays messages. The user can post a message, supplying a name and content and retrieve all currently recorded messages.
The url for the requests - http://localhost:3030/jsonstore/messenger
When [Send] button is clicked you should create a new object and send a post request to the given url. Use the following message structure:
{
author: authorName,
content: msgText,
}
If you click over [Refresh] button you should get all messages with GET request and display them into the textarea. Use the following message format:
"{author}: {message}"
В този модул нямаме judge.