Skip to content

Simple and dummy app for iOS written in SwiftUI communicating with a Node.js web server through Socket.io, an real-time, bidirectional and event-based communication.

Notifications You must be signed in to change notification settings

pilo1996/Demo-iOS-Socket.io-App-based

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Demo iOS Socket.io App based

It's just a dumb demo to be used with Node.js server with Socket.io

Configuring the Server Side

  • Run Server.js in my other repo
  • In ContentView.swift change your ip address and port. It can be used localhost by putting ws://localhost:3000
  • Run the App

Horrible stuffs

Probably everything sucks but most important thing is to use the iOS App with Dark Mode for the white Navigation Bar Title. Using the Light Mode the foreground color's Navigation Bar Title will be in black and idk how to change it.

Importing Socket.io Client in Swift

TODO

About

Simple and dummy app for iOS written in SwiftUI communicating with a Node.js web server through Socket.io, an real-time, bidirectional and event-based communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages