1

I'm trying to run a game server on GitHub Codespaces, partially to test if I can make a game server to run on Codespaces for testing purposes. When selecting how to forward a port, the only options I am given for protocol are HTTP and HTTPS, neither of which are even remotely suitable for arbitrary TCP data (specifically, it seems like nginx isn't expecting it and returns an error page).

Is there any workaround for this? Alternatively, is there any chance this is a planned feature?

1 Answers1

0

This limitation only exists for web, if you use VSCode, you can send arbitrary TCP data.

Anthony Manning-Franklin
  • 4,408
  • 1
  • 18
  • 23