[go-nuts] Re: Native go xmpp server ?

2018-04-16 Thread ortuman
Have you tried jackal XMPP server?

https://github.com/ortuman/jackal

Currently there are many features missing, but minimally functional. Take a 
look! :)

El martes, 10 de julio de 2012, 13:09:04 (UTC+2), Max escribió:
>
> I searched for native go xmpp server and have not found one except 
> http://gitorious.org/go-xmpp that is not native
> Is Go a good candidate for language to implement xmpp server?
> I know erlang and nodejs are used in most popular xmpp servers now
> It is good application to compare languages in real world tasks that 
> require high concurrency.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Re: Native go xmpp server ?

2018-04-16 Thread ortuman
I’ve just finished a first release of an XMPP server in Go.
https://github.com/ortuman/jackal 
There are many things to be implemented yet, but as a start point should work. 
;)

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.