Readplace

(Medium) - Commands And Events

Gist 1 min read
View original
  • current

This article is too short to summarise.

@FagnerMartinsBrack

  • Select an option

    Clone this repository at <script src="https://gist.github.com/FagnerMartinsBrack/b9cee25c8a8655b59c2f4a5061b95de2.js"></script>
  • Save FagnerMartinsBrack/b9cee25c8a8655b59c2f4a5061b95de2 to your computer and use it in GitHub Desktop.

Select an option

Clone this repository at <script src="https://gist.github.com/FagnerMartinsBrack/b9cee25c8a8655b59c2f4a5061b95de2.js"></script>

(Medium) - Commands And Events

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters

server.start();
server.on('SERVER_STARTED', () => {
// Do something after the event happened
});