We are about to switch to a new forum software. Until then we have removed the registration on this forum.
can i connect p5.js client on p5 (java) server ?
Yes you can,
Make your WebSocket Server
Connect your P5.js client to your Java WebSocket Server e.g. io.connect('localhost:1337');
io.connect('localhost:1337');
Handle websocket packets?
Profit?
Answers
Yes you can,
Make your WebSocket Server
Connect your P5.js client to your Java WebSocket Server e.g.
io.connect('localhost:1337');
Handle websocket packets?
Profit?