Last 12 weeks · 0 commits
1 of 6 standards met
Repository: addyosmani/socketchat. Description: SocketChat - a beginners chat app using SocketStream Stars: 64, Forks: 13. Primary language: CSS. Languages: CSS (64.8%), CoffeeScript (35.2%). Homepage: https://github.com/socketstream/socketstream Open PRs: 0, open issues: 0. Last activity: 11y ago. Community health: 28%. Top contributors: addyosmani, paulbjensen, paulmwatson, pusewicz.
I was testing node.js with socketstream and could not get it to work with ie 9. Since this is the default project when doing "socketstream new test" it should work properly in my eyes. The problem is that ie does not know "console.log.apply", if you exclude the apply from the js file in the assets folder it works. Thomas