Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maktoobgar/nodejs_godot
A tutorial to make a connection test with nodejs and gdscript.
https://github.com/maktoobgar/nodejs_godot
chatapp gdscript godot nodejs socket socket-io
Last synced: 8 days ago
JSON representation
A tutorial to make a connection test with nodejs and gdscript.
- Host: GitHub
- URL: https://github.com/maktoobgar/nodejs_godot
- Owner: maktoobgar
- License: mit
- Created: 2021-06-24T08:51:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T13:23:56.000Z (over 3 years ago)
- Last Synced: 2024-11-10T18:49:16.116Z (2 months ago)
- Topics: chatapp, gdscript, godot, nodejs, socket, socket-io
- Language: GDScript
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat App
Created a chat app in godot that uses `nodejs` and `ws` as a framework to do the server side.\
It works fine.
References added down here in [Resources](#Resources) section.
Without no further to do, let's have at it.## Client Side Preview
![](pics/Client.png)
## Resources
1. Websockets Godot 3 Tutorial - Ready to use Client Example for your multiplayer game!:
* https://www.youtube.com/watch?v=_tonScnpjGQ
2. Creating a headless lobby server with Godot and MultiplayerEnet:
* https://www.youtube.com/watch?v=WXrGi6FmQeA
3. Websocket Server Tutorial Example Godot / NodeJS - Improve your game development!:
* https://www.youtube.com/watch?v=rvjs15a1YjQ