💖 Apoie o Servidor
Escolha sua forma de contribuição:
Pesquisa resultou em 236 ocorrências
- 02 Out 2025, Qui, 08:12
- Fórum: Lobby da Resistência
- Tópico: Café da manhã com pso
- Respostas: 7
- Exibições: 62
Re: Café da manhã com pso
- 01 Out 2025, Qua, 20:21
- Fórum: Lobby da Resistência
- Tópico: Sega Gênesis Online MegaNet na Resistência
- Respostas: 3
- Exibições: 33
Re: Sega Gênesis Online MegaNet na Resistência
<h1>Cliente MegaNet</h1>
<input id="username" placeholder="Seu nome" />
<button onclick="login()">Entrar</button>
<br><br>
<input id="msg" placeholder="Digite uma mensagem" />
<button onclick="enviar()">Enviar</button>
<ul id="chat"></ul>
<script>
const socket = io('http ...
- 01 Out 2025, Qua, 20:21
- Fórum: Lobby da Resistência
- Tópico: Sega Gênesis Online MegaNet na Resistência
- Respostas: 3
- Exibições: 33
Re: Sega Gênesis Online MegaNet na Resistência
const http = require('http');
const socketIO = require('socket.io');
const app = express();
const server = http.createServer(app);
const io = socketIO(server);
const jogadores = {}; // Armazena jogadores conectados
app.get('/', (req, res) => {
res.send ...
- 01 Out 2025, Qua, 20:18
- Fórum: Lobby da Resistência
- Tópico: Sega Gênesis Online MegaNet na Resistência
- Respostas: 3
- Exibições: 33
Re: Sega Gênesis Online MegaNet na Resistência
- 01 Out 2025, Qua, 19:54
- Fórum: Lobby da Resistência
- Tópico: Sega Gênesis Online MegaNet na Resistência
- Respostas: 3
- Exibições: 33
Sega Gênesis Online MegaNet na Resistência
mkdir meganet-server
cd meganet-server
npm init -y
// server.js
const express = require('express');
const http = require('http');
const socketIO = require('socket.io');
const app ...
- 01 Out 2025, Qua, 18:55
- Fórum: Lobby da Resistência
- Tópico: Que Música Você Está Ouvindo?
- Respostas: 104
- Exibições: 2596
- 29 Set 2025, Seg, 08:54
- Fórum: PSO Episode I & II (GameCube)
- Tópico: Lobby PSO EP 1 & 2 Game Cube
- Respostas: 82
- Exibições: 2213
Re: Lobby PSO EP 1 & 2 Game Cube
- 28 Set 2025, Dom, 14:08
- Fórum: PSO Episode I & II (GameCube)
- Tópico: Towards The Future
- Respostas: 5
- Exibições: 92
Re: Towards The Future
- 28 Set 2025, Dom, 14:06
- Fórum: PSO Episode I & II (GameCube)
- Tópico: Towards The Future
- Respostas: 5
- Exibições: 92
Re: Towards The Future
- 28 Set 2025, Dom, 14:05
- Fórum: PSO Episode I & II (GameCube)
- Tópico: end screen
- Respostas: 4
- Exibições: 103