#swiftnio search results
Ian’s back to talk about Swift Server Work Group with: Building The Server-Side Swift Ecosystem. Last year the work group was exciting to hear about 😃 @alfa @tryswiftnyc #swiftnio #tryswiftnyc #tryswift
Vapor Swift How to Configure Client Connection Timeout stackoverflow.com/questions/7200… #vapor #swift #swiftnio
Maintaining a Library in a Swiftly Moving Ecosystem from @k__mahar at 🇩🇰 @SwiftServerConf conference🚀 #MongoDB #SwiftNio #API #Deprecation #available #SemanticVersioning #SwiftLang #ServerSideSwift
#websockets support was just merged into #swiftnio and will be part of 1.2.0. Thanks again to @Lukasaoz for all the amazing work: github.com/apple/swift-ni…
The amount of code @codevapor was able to delete using #SwiftNIO 👌 @tanner0101 on stage giving us an update on the framework. #ServerSideSwift #Conference #swift #swiftlang
. @normanmaurer 's #tryswiftconf video is out! Must watch to learn about Apple's newest open-source framework #SwiftNIO! #swiftlang #iosdev youtu.be/QJ3WG9kRLMo
Watching @codevapor switch out their Async library for the new #SwiftNIO library... looks like a relatively simple switch!
Async await are a huge readability improvement 😀🧑🏼💻 on #ServerSideSwift! No need to know #SwiftNIO anymore! I finally got some time to update my #Serverless #RestAPI template with them! github.com/swift-sprinter… #AWSLambda 🚀#SwiftLang #iOS #FullStackSwift #Linux 🐧 #Soto
Have you heard about Apple's newest #SwiftNIO framework? @normanmaurer's #tryswiftconf video is out!! Watch to learn more! #swiftlang #iosdev youtube.com/watch?v=QJ3WG9…
We have a special surprise for you! @johannesweiss from Apple will be speaking about #SwiftNIO at #tryswiftnyc 🐥🎉🗽 #swiftlang #iosdev tryswift.co/events/2018/ny…
Parsing TCP+IPv4 with #SwiftNIO's ByteBuffer. Usability is awesome with Swift's guard let & value types (to restore previous state on parse error). Does all the bounds checking, strictly no manual math required. Part of the unit tests for this PR: github.com/apple/swift-ni…
.@Apple announced the #SwiftNIO project, a #Netty-like non-blocking cross-platform I/O framework written in #Swift. Learn more bit.ly/2H6yWZV
SwiftNIO is a cross-platform asynchronous event-driven network application framework for rapid development of maintainable high-performance protocol servers & clients. github.com/apple/swift-nio #shakuro_tips #swiftnio #swift #development #ios #developer #apple #backend
We have branches of Vapor and Fluent 3.0 built on #swiftnio successfully running and passing tests. Integration went very smoothly with few breaking changes. 🙌 With close to 15k LOC deleted so far, we think this is definitely the right choice going forward and we’re excited!
Very good tutorial about how to create your own web server framework like #expressjs in #Swift using #swiftnio. +1 alwaysrightinstitute.com/microexpress-n…
Using #SwiftNIO 🎉🚀🚀🚀
A light-weight server-side service framework written in the Swift programming language. github.com/amzn/smoke-fra…
Vapor 3.0 RC 2 built on top of #SwiftNIO is out now! All Vapor 3 projects will be updated to NIO-based dependencies automatically next time you run `vapor update`. We couldn't be happier with this release--huge thanks to the team at @Apple for creating an awesome library!. 👏
Announcing Swiftkube: A new open source non-blocking #Swift client for #Kubernetes on #SwiftNIO 🥳🎉 ✨ Linux and macOS ready ✨ Check it out here: github.com/swiftkube/clie… @SwiftLang @kubernetesio #SwiftLang #ServerSideSwift #cloudnative
Just released: PostgreSQL 1.0: 🐘 Non-blocking, event-driven Swift client for PostgreSQL. #swiftnio. See docs in the link: github.com/vapor/postgres…
3: 🚀 Dive into SwiftNIO, an event-driven framework for building high-performance protocol servers & clients in Swift! Achieve non-blocking I/O for better efficiency. Perfect for rapid development! Check it out here: github.com/apple/swift-nio #SwiftNIO #Sw…
Want to start contributing to #netty but don't know what to do ? I am thinking about porting github.com/apple/swift-ni… from #swiftnio for a long time but just never find the time... Maybe someone wants to pick it up ? #oss #contribution
github.com
Implement StreamMap and replace Dictionary by Lukasa · Pull Request #258 · apple/swift-nio-http2
Motivation: When working with HTTP/2 we frequently have a need to store "per-stream" state. This is state that is independently reproduced once per stream. We often need to look u...
Does it make sense for #SwiftNIO services (lets say http workers) to run multiple separate processes instead of relying on thread workers ?
Rookie mistake github.com/swift-bitcoin/… #SwiftNIO #Bitcoin #SwiftBitcoin #Swift
github.com
Fix for message coder buffer issue by craigwrong · Pull Request #185 · swift-bitcoin/swift-bitcoin
Fixed an issue by which the message coder buffer was accessed with an incorrect index.
#SwiftNIO and distributed actors fit right into #Bitcoin – it's even theoretically possible to mix this in with the current codebase thanks to full interop of #Swift with C++ #SwiftBitcoin
Finally got around to start implementing a #Bitcoin P2P server and client written entirely in #Swift with #SwiftNIO and Swift Concurrency. Behold! github.com/craigwrong/bit…
I tweeted last year that I was working on some #SwiftNIO tutorials, and had a lot of requests for the content. Together with @tiborbodecs I want to announce we're launching a new hub for Server-Side Swift content. The content will range from newcomers to experienced developers.
Announcing #SwiftNIO IMAP cyberpogo.com/2022/09/06/ann… #swift #swiftnioimap
cyberpogo.com
Announcing SwiftNIO IMAP - cyberpogo
As part of expanding the Swift on Server ecosystem, we’re thrilled to announce the release of a new IMAPv4 parser and encoder, SwiftNIO IMAP. AVAILABLE ON AMAZON This package implements:…
aster_cloud: As part of expanding the #Swift on Server ecosystem, we’re thrilled to announce the release of a new IMAPv4 parser and encoder, #SwiftNIO IMAP. This package implements: Parsing IMAPv4 wire-format to type-safe Swift data structures aster.cloud/2022/09/06/ann… #swiftn…
aster.cloud
Announcing SwiftNIO IMAP - aster.cloud
As part of expanding the Swift on Server ecosystem, we’re thrilled to announce the release of a new IMAPv4 parser and encoder, SwiftNIO IMAP. This package implements: Partner with aster.cloud…
Ian’s back to talk about Swift Server Work Group with: Building The Server-Side Swift Ecosystem. Last year the work group was exciting to hear about 😃 @alfa @tryswiftnyc #swiftnio #tryswiftnyc #tryswift
hacking #SwiftNIO on the iPad today 🎉. @panic’s #Coda is really good! Does anybody know how to remap Caps Lock to Esc in #Coda on iPad btw?
Vapor Swift How to Configure Client Connection Timeout stackoverflow.com/questions/7200… #vapor #swift #swiftnio
The amount of code @codevapor was able to delete using #SwiftNIO 👌 @tanner0101 on stage giving us an update on the framework. #ServerSideSwift #Conference #swift #swiftlang
Maintaining a Library in a Swiftly Moving Ecosystem from @k__mahar at 🇩🇰 @SwiftServerConf conference🚀 #MongoDB #SwiftNio #API #Deprecation #available #SemanticVersioning #SwiftLang #ServerSideSwift
We have a special surprise for you! @johannesweiss from Apple will be speaking about #SwiftNIO at #tryswiftnyc 🐥🎉🗽 #swiftlang #iosdev tryswift.co/events/2018/ny…
Wow, how awesome: two new #SwiftNIO protocol handlers already up in PRs! Well done and welcome to the NIO family @arenberg and FranzBusch. Thanks so much @NatashaTheRobot, @BasThomas and @tryswiftsanjose
Have you heard about Apple's newest #SwiftNIO framework? @normanmaurer's #tryswiftconf video is out!! Watch to learn more! #swiftlang #iosdev youtube.com/watch?v=QJ3WG9…
Current status: Getting to know all the remaining 8 allocations (11 on macOS because creating an autoreleasepool is 3) that #SwiftNIO now needs to parse, process and respond to a simple HTTP/1.1 request. #funday
. @normanmaurer 's #tryswiftconf video is out! Must watch to learn about Apple's newest open-source framework #SwiftNIO! #swiftlang #iosdev youtu.be/QJ3WG9kRLMo
Watching @codevapor switch out their Async library for the new #SwiftNIO library... looks like a relatively simple switch!
#websockets support was just merged into #swiftnio and will be part of 1.2.0. Thanks again to @Lukasaoz for all the amazing work: github.com/apple/swift-ni…
Parsing TCP+IPv4 with #SwiftNIO's ByteBuffer. Usability is awesome with Swift's guard let & value types (to restore previous state on parse error). Does all the bounds checking, strictly no manual math required. Part of the unit tests for this PR: github.com/apple/swift-ni…
SwiftNIO is a cross-platform asynchronous event-driven network application framework for rapid development of maintainable high-performance protocol servers & clients. github.com/apple/swift-nio #shakuro_tips #swiftnio #swift #development #ios #developer #apple #backend
.@Apple announced the #SwiftNIO project, a #Netty-like non-blocking cross-platform I/O framework written in #Swift. Learn more bit.ly/2H6yWZV
Something went wrong.
Something went wrong.
United States Trends
- 1. Sunderland 76.6K posts
- 2. St. John 4,592 posts
- 3. Texas Tech 9,072 posts
- 4. Obamacare 168K posts
- 5. Mendoza 7,820 posts
- 6. #iufb N/A
- 7. Elyiss Williams N/A
- 8. Shapen N/A
- 9. #SUNARS 5,002 posts
- 10. #GoDawgs 2,784 posts
- 11. #SaturdayVibes 5,647 posts
- 12. Letang N/A
- 13. Mississippi State 3,551 posts
- 14. Oscar Delp N/A
- 15. Aden Holloway N/A
- 16. Gameday 15.6K posts
- 17. #BYUFOOTBALL N/A
- 18. Djokovic 8,329 posts
- 19. Jack Kelly N/A
- 20. Xhaka 6,503 posts