jarohen / chord

A library designed to bridge the gap between the triad of CLJ/CLJS, web-sockets and core.async.
439 stars 40 forks source link

Getting this error ``ERR_DISALLOWED_URL_SCHEME`` #58

Closed VikramShawFL closed 5 years ago

VikramShawFL commented 5 years ago

So I have cloned your project and everything is same. When I run lein figwheel also it doesn't give me any error also and it runs perfectly on http://localhost:3449/ but when I try to run on ws://localhost:3449/ws I'm getting this error image

jarohen commented 5 years ago

Hi there - could you give me an idea what you were expecting from that?

VikramShawFL commented 5 years ago

Hi, I was expecting a websocket chat app, where more than one user can chat when online. I am getting this output(in the image below) when I'm accessing through localhost http://localhost:3450/ and when I'm accessing through ws://localhost:3450/ws I'm getting the above error image image P.S: I have change the port number from 3449 to 3450. I tried with 3449 port also but the output is same

jarohen commented 5 years ago

Hey, that doesn't look much like the example chat app?

What I'm doing:

Could you let me know where your steps differ?

jarohen commented 5 years ago

image

Here's what the Chord example app looks like, btw