Giter VIP home page Giter VIP logo

awesomews's Introduction

Hi! ๐Ÿ‘‹

Welcome to my page, I'm maintaining some wonderful Swift frameworks and libs โšก๏ธ

My professional programmer journey started in 2004, mobile development life in 2010, and I'm in love with Swift since 2014 โค๏ธ

I'm good in a lot of languages: C, C#, Objective-C, Swift, Java, JS/TS, Python, etc.

Swift is my passion from its first release, so all my solutions are written in it ๐Ÿ˜Š

I use Swift for iOS/macOS, Android, web, server-side, and even embedded development ๐Ÿ’ช

  • ๐Ÿ”ญ Currently working on SwifWeb project
  • ๐Ÿ“– Always learning
  • ๐Ÿค Would love to collaborate
  • ๐Ÿ’ฌ Always ready to help, find me in Discord as imike3049

Connect with me

MihaelIsaev mihaelisaev 1001057

Work with me

~01e0f70e7b012fe926

awesomews's People

Contributors

mihaelisaev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

awesomews's Issues

Recursive loop when broadcasting text?

I'm trying to send a simple text string to a channel:

let ws = try req.make(WS.self)
return try ws.broadcast("HELLO KEVIN", to: uid, on: req)

(uid is the user's uid, who is subscribed to a channel with that name)

Sadly the server crashes after it's in a loop in this function:

public func broadcast(_ text: String, to channels: [String], on container: Container) throws -> Future<Void> {
    return try broadcast(text, to: channels, on: container)
}

It does indeed seem like it calls itself there :)

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.