Git Product home page Git Product logo

nwchat's Introduction

NWChat

A highly incomplete chat app written in Swift using Network.framework & Streams (client-side) and Swift NIO (server-side)
No 3-rd party libs used, this is a prototype of how chat funtionality is implemented using stream sockets.

alt text

Run this thing:

  1. Clone/download repo

  2. Fetch dependencies and generate project:
    cd .../{project directory}/NIOServer
    $ swift package generate-xcodeproj

  3. Run server
    $ cd .../{project directory}/NIOServer/Sources
    $ open TCPServer.xcodeproj
    build and run ('command + R' or from terminal: ‘$ swift run TCPServer’)

Note: in case you want to kill the process blocking your port:
$ lsof -t -i tcp: | xargs kill (or '$ sudo lsof -t -i tcp: | xargs kill')

  1. Run client:
    $ cd .../{project directory}/Client
    $ open NetworkFrameworkResearch.xcodeproj
    command + R, fill host/port of the server

Run multiple simulators (ex. 7, 7Plus, 8)

Profit!

nwchat's People

Contributors

oleh-zayats avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.